The print server protocol used to print over a TCP/IP network, as defined in ≤U2≥RFC 1179≤P0≥. The default TCP port number for NNTP connections is port 515.
</description>
<parameters>
"Queue Name" = ""
</parameters>
<script>
CONN #60 (connect timeout in secs)
WAIT #30 @IDLE (idle timeout in secs)
SEND "\x03${Queue Name}\n"
EXPT m".+" else goto @DISCONNECT
DONE OKAY
@IDLE:
DONE DOWN "[LPR] No data for ${_IDLETIMEOUT} seconds. Was expecting \"${_STRINGTOMATCH}\". [Line ${_IDLELINE}]"
@DISCONNECT:
DONE DOWN "[LPR] Connection disconnected while expecting \"${_STRINGTOMATCH}\"."